
@font-face {
  font-family: "NotoSansHans-DemiLight"; 
  src: url("../font/Source_Han_Sans_SC_Normal_Normal.woff2") format("woff2"),
    url("../font/Source_Han_Sans_SC_Normal_Normal.woff") format("woff"),
    url("../font/Source_Han_Sans_SC_Normal_Normal.ttf") format("truetype"),
    url("../font/Source_Han_Sans_SC_Normal_Normal.otf") format("opentype");
}

/* url("../font/Source_Han_Sans_SC_Normal_Normal.otf") format("opentype"), /* 添加 .otf 支持 */ */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}


body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'NotoSansHans-DemiLight',sans-serif; /* 建议添加一个备用字体 */
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
.row-search-phone{
  display: none;
}
.shop-search{
  display: none;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: 'NotoSansHans-DemiLight';
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #292929;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: 'NotoSansHans-DemiLight';
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'NotoSansHans-DemiLight';
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none !important;
}

input {
  outline: none
}

textarea {
  outline: none;
  resize: none;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
  margin-bottom: 0;
}

li {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'NotoSansHans-DemiLight',sans-serif!important; /* 建议添加一个备用字体 */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.sright {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #333333;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

/*.container {width: 1200px;margin:0 auto;}*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/*nav*/
.nav {
  width: 100%;
  height: 88px;
  background: #fff;
  display: flex;
  align-items: center;
}

.nav .row {
  display: flex;
  align-items: center
}

.nav .img-responsive {
  display: inline-block;
  float: left;
}

.nav ul {
  width: 100%;
  float: left;
  margin-left: 5%;
  display: flex;
  align-items: center;
}

.nav ul li {
  float: left;
  position: relative;
  margin-right: 35px
}

.nav ul li a {
  font-size: 16px;
  color: #292929;
  display: block;
  text-align: center;
  position: relative;
  z-index: 999;
}

.nav ul .active,
.nav ul li:hover {
  position: relative;
}

.nav ul .active a,
.nav ul li:hover a {
  color: #292929;
}

.nav ul li ul {
  display: none;
}

.nav ul li ul {
  position: absolute;
  top: 0px;
  z-index: 99;
  padding: 20px 0 20px;
  width: 140px;
  /* left: 0; */
  left: -38px;
  background: #fff;
}

.nav ul li:hover ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav ul li ul li {
  width: 102.5px;
  float: left;
  padding: 10px 0;
  margin-right: 0px
}

.nav ul li ul li a {
  color: #292929;
}

/* Add a small square to the left of the li element on hover */
.nav ul li ul li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  /* Adjust this value to move the square further left or right */
  transform: translateY(-50%);
  width: 3px;
  /* Make it thinner for a vertical bar */
  height: 25px;
  /* Increase the height for a longer bar */
  background-color: #3c4390;
  border-radius: 0;
  /* Remove the round shape */
}

.nav ul li ul li:first-child:hover::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  /* Adjust the top position to account for additional padding */
  left: -10px;
  /* Adjust this value to move the square further left or right */
  transform: translateY(-50%);
  width: 3px;
  /* Make it thinner for a vertical bar */
  height: 25px;
  /* Increase the height for a longer bar */
  background-color: #3c4390;
  border-radius: 0;
  /* Remove the round shape */
}

.nav ul li ul li:hover a {
  color: #292929;
}

.nav ul li ul li:hover:after {
  display: none;
}

.nav ul li ul li:nth-child(1) {
  padding-top: 50px;
}

.nav ul .active:after,
nav ul li:hover:after {
  position: absolute;
  content: "";
  width: 65%;
  height: 3px;
  background: #3c4390;
  bottom: -25px;
  left: 50%;
  margin-left: -32.5%;
  z-index: 999;
}

.nav .search {
  width: 9.2%;
  float: right;
  border: 1px solid #6a6a6a;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.nav .search .text {
  width: 77.2%;
  float: left;
  height: 100%;
  border: none;
  padding: 0 9px;
}

.nav .search .button {
  width: 14px;
  height: 14px;
  background: url(../images/sub.jpg) no-repeat center;
  background-size: 100% 100%;
  border: none;
}

/*banner*/
.swiper-container {
  width: 100%;
  height: auto;
}

/*.swiper-wrapper{transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;}*/
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/*breadcrumbs*/
.breadcrumbs {
  width: 100%;
  background: #f7f7f7;
  padding: 25px 0;
  font-size: 16px;
  color: #666666;
}

.breadcrumbs a {
  font-size: 16px;
  color: #666666;
}

.breadcrumbs .right li {
  float: left;
  margin-left: 25px;
}

.breadcrumbs .right .active,
.right li:hover {
  position: relative;
}

.breadcrumbs .right .active a,
.breadcrumbs .right li:hover a {
  color: #3c4390;
}

.breadcrumbs .right .active:after,
.breadcrumbs .right li:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #3c4390;
  bottom: -25px;
  left: 0;
}

/*footer*/
footer {
  width: 100%;
  background: #323232;
  padding: 50px 0 65px;
}

footer ul {
  float: left;
  width: 72.91%;
}

footer ul li {
  float: left;
  width: 16%;
}

footer ul li a {
  color: #fffefe;
  font-size: 14px;
}

footer ul li a:hover {
  color: #fffefe;
}

footer ul li .tit {
  font-size: 17px;
  color: #8a8a8a;
}

footer ul li .tit:hover {
  color: #d9d9d9
}

footer ul li ol {
  padding-top: 10px;
}

footer ul li dd {
  padding-top: 10px;
}

footer .ewm {
  width: 27.09%;
  float: right;
  text-align: center;
}

footer .ewm li {
  /*width: 25.5%;*/
  display: inline-block;
  margin-right: 7.5%;
}

footer .ewm li:last-child {
  margin-right: 0;
}

footer .ewm li span {
  font-size: 14px;
  color: #d9d9d9;
  display: block;
  text-align: center;
  margin-top: 17px;
}

.cop {
  width: 100%;
  background: #000000;
  padding: 25px 0;
  font-size: 16px;
  color: #fffefe;
  text-align: center;
}

/*分页*/
.page {
  width: 100%;
  text-align: center;
  margin: 55px 0 83px;
}

.page .sx,
.page .num {
  padding: 5px 15px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  color: #666666;
  display: inline-block;
}

.page .num:nth-child(1) {
  margin-left: 30px;
}

.page .active,
.page .num:hover {
  background: #3c4390;
  color: #fff;
}

/*newlist*/
.new_banner {
  width: 100%;
}

.new_banner img {
  width: 100%;
  height: auto;
}

.newlist {
  width: 100%;
  background: #fff;
}

.newlist li {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
}

.newlist li a {
  display: flex;
  align-content: space-between;
}

.newlist li .img {
  width: 285px;
  height: 192px;
}

.newlist li .img img {
  width: 100%;
  height: 100%;
}

.newlist li .text {
  width: 885px;
  margin-left: 30px;
}

.newlist li .text .title {
  font-size: 24px;
  color: #292929;
}

.newlist li .text p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 30px;
  line-height: 160%;
}

.newlist li .text .time {
  font-size: 16px;
  color: #666666;
  margin-top: 60px;
  text-align: right;
}


/*purlist*/
.purlist {
  width: 100%;
  background: #fff;
}

.purlist li {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
}

.purlist li a {
  display: flex;
  align-content: space-between;
}

.purlist li .img {
  width: 285px;
  height: 192px;
}

.purlist li .img img {
  width: 100%;
  height: 100%;
}

.purlist li .text {
  width: 885px;
  margin-left: 30px;
}

.purlist li .text .title {
  font-size: 24px;
  color: #292929;
}

.purlist li .text p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 30px;
  line-height: 160%;
}

.purlist li .text .time {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  text-align: right;
  float: right;
}


/*newarticle*/
.newarticle {
  width: 100%;
  padding: 45px 0 35px;
}

.newarticle .title {
  font-size: 24px;
  color: #292929;
  text-align: center;
}

.newarticle .time {
  font-size: 16px;
  color: #292929;
  text-align: center;
  padding: 20px 0 45px;
}

.newarticle .p {
  font-size: 16px;
  color: #292929;
  line-height: 180%;
}

.newarticle .p p {
  line-height: 180%;
  margin-bottom: 30px;
}

.newarticle .img {
  margin: 0 auto 40px;
}

/*honnorlist*/
.honnorlist {
  width: 100%;
  padding-top: 60px;
}

.honnorlist ul {
  margin-right: -50px;
}

.honnorlist li {
  float: left;
  margin-right: 50px;
  margin-top: 20px;
}

.honnorlist li .img {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.honnorlist li img {
  width: 255px;
  height: 171px;
  line-height: 185px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.honnorlist li span {
  display: block;
  /* height: 75px; */
  line-height: 33px;
  max-width: 255px;
  /* 设置最大宽度 */
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 用省略号标记被修剪的文本 */
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
  margin-top: 15px;
}

/*shengchanjs*/
.shengchanjs {
  width: 100%;
  padding: 45px 0 60px;
}

.shengchanjs .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
}

.shengchanjs .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.shengchanjs li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}

.shengchanjs li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.shengchanjs li .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(60, 67, 144, .5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shengchanjs li .icon:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(60, 67, 144, .5);
  top: 0;
  left: 0;
}

.shengchanjs li .icon i {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(60, 67, 144, 1);
  z-index: 1;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shengchanjs li .text {
  width: 735px;
  height: 230px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #e6e6e6;
  position: relative;
  left: -90px;
  padding: 0 85px 0 105px;
}

.shengchanjs li .text .tit,
.shengchanjs li .text .p {
  display: block;
  width: 100%;
}

.shengchanjs li .text .tit {
  font-size: 24px;
  color: #292929;
  z-index: 1000;
}

.shengchanjs li .text .p {
  font-size: 18px;
  color: #292929;
  line-height: 180%;
  margin-top: 20px;
}

.shengchanjs li:nth-child(2n) {
  justify-content: flex-end;
}

.shengchanjs li:nth-child(2n) .icon {
  right: -730px
}

.shengchanjs li:nth-child(2n) .icon:before {
  background: rgb(233, 70, 10, .5);
}

.shengchanjs li:nth-child(2n) .icon i {
  background: #e9460a
}

.shengchanjs li:nth-child(2n) .text {
  background: #fff;
  -moz-box-shadow: 0px 0px 5px #ddd;
  -webkit-box-shadow: 0px 0px 5px #ddd;
  box-shadow: 0px 0px 5px #ddd;
  padding: 0 105px 0 85px;
}

/*peixunfz*/
.bj {
  background: #f7f7f7
}

.gjh {
  width: 100%;
  padding: 65px 0 0;
}

.gjh .title {
  font-size: 30px;
  color: #292929;
  padding: ;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.gjh .p {
  padding: 40px 0 60px;
  font-size: 16px;
  color: #666666;
  line-height: 160%;
}

.gjh .img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #e6e6e6;
  margin-bottom: 65px;
}

.gjh .img .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #3c4390;
  padding: 0 35px;
}

.fztx {
  width: 100%;
  padding: 80px 0 73px;
}

.fztx .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fztx .content .item li {
  width: 415px;
  height: 67px;
  background: #e6e6e6;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fztx .content .item:nth-child(1) li:nth-child(1) {
  background: #3c4390;
}

.fztx .content .item .bj {
  background: #e9460a;
}

.fztx .content .item li:nth-child(1) a {
  color: #fff;
}

.fztx .item2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
}

.fztx .item2 li {
  width: 635px;
  height: 67px;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.about {
  width: 100%;
  padding-top: 70px;
}

.about .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
}

.about .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.about ul {
  margin-top: 60px;
}

.about li {
  width: 100%;
  margin-bottom: 40px;
}

.about li img {
  width: 309px;
  height: 197px;
  float: left;
}

.about li .text {
  width: 845px;
  height: 197px;
  float: right;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #292929;
  line-height: 24px;
  padding-top: 25px;
}

.about li .text .tit {
  font-size: 20px;
  color: #292929;
  width: 100%;
  font-weight: bold;
}

.about li .text p {
  line-height: 160%;
}

.about li:nth-child(2n) img {
  float: right;
}

.about li:nth-child(2n) .text {
  float: left;
}

.fzlc {
  width: 100%;
}

.fzlc ul {
  margin: 65px 0 40px;
}

.fzlc .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
}

.fzlc .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.fzlc .tit {
  width: 100%;
  border-bottom: 1px dashed #cccccc;
  padding: 15px 0;
}

.fzlc li .p {
  padding: 0 65px 20px;
}

.fzlc li .p p {
  padding-top: 20px;
}

.fzlc li .p .time {
  font-size: 16px;
  color: #3c4390;
  display: inline-block;
  width: 125px;
}

.fzlc li .p .shijian {
  font-size: 16px;
  color: #292929;
}

.recruitlist {
  width: 100%;
}

.recruitlist .title {
  width: 100%;
  padding: 60px 0;
}

.recruitlist .title li {
  font-size: 16px;
  color: #666666;
  padding: 15px 45px;
  border-radius: 30px;
  border: 1px solid #666666;
  display: inline-block;
  margin-right: 30px;
}

.recruitlist .title li a {
  color: #666;
}

.recruitlist .title .active,
.recruitlist .title li:hover {
  background: #3c4390;
  border: 1px solid #3c4390;
}

.recruitlist .title .active a,
.recruitlist .title li:hover a {
  color: #fff;
}

.recruitlist .content {
  font-size: 13px;
  width: 100%;
}

.recruitlist .content li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.recruitlist .content .tit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: none;
}

.recruitlist .content .tit .item1,
.recruitlist .content .tit .item2,
.recruitlist .content .tit .item3,
.recruitlist .content .tit .item4,
.recruitlist .content .tit .item5,
.recruitlist .content .tit .item6 {
  background: #f3f3f3;
  color: #292929;
  font-size: 16px;
}

.recruitlist .content li .item1 {
  width: 240px;
  margin-right: 5px;
}

.recruitlist .content li .item2 {
  width: 140px;
  margin-right: 5px;
}

.recruitlist .content li .item3 {
  width: 140px;
  margin-right: 5px;
}

.recruitlist .content li .item4 {
  width: 140px;
  margin-right: 5px;
}

.recruitlist .content li .item5 {
  width: 250px;
  margin-right: 5px;
}

.recruitlist .content li .item6 {
  width: 265px;
}

.recruitlist .content li:hover {
  background: #3c4390;
}

.recruitlist .content .tit:hover {
  background: #fff;
}

.recruitlist .content li:hover a {
  color: #fff;
}

.recruitlist .height {
  height: 150px !important;
}

.recruitlist .height:hover {
  background: none !important;
}

.recruitlist .height:hover a {
  color: #292929 !important;
}

.recruitlist li .item7 {
  width: 390px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  background: #f3f3f3;
  color: #292929;
  font-size: 16px;
}

.recruitlist li .item8 {
  width: 390px;
  border: 1px solid #ececec;
  margin-right: 5px;
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 160%;
  padding: 20px;
  border-top: none;
}

.recruitlist li .item8 p {
  width: 100%;
  text-align: left;
}

.zhaomulc .title02 {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
  margin-bottom: 95px;
}

.zhaomulc .title02:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.zhaomulc .zhao {
  margin-bottom: 85px;
}

.recruitarticle {
  width: 100%;
  padding-top: 40px;
}

.recruitarticle table {
  border-top: 1px solid #ececec;
  width: 100%;
  border-left: 1px solid #ececec;
  border-collapse: collapse;
}

.recruitarticle .item1 {
  width: 250px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.recruitarticle .item2 {
  width: 325px;
  height: 50px;
  line-height: 24px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px 20px;
}

.recruitarticle .item3 {
  width: 325px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
}

.recruitarticle .item4 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 0 20px;
}

.amail {
  width: 140px;
  height: 40px;
  background: #3c4390;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border: none;
  margin: 40px auto 60px;
  display: block;
}

.amail:hover {
  color: #fff
}

.recruitarticle button {
  width: 140px;
  height: 40px;
  background: #3c4390;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border: none;
  margin: 40px auto 60px;
  display: block;
}

.recruitarticle .item5 {
  width: 945px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 0 20px;
}

.recruitarticle td table {
  border-top: none;
  width: 100%;
  border-left: none;
}

.recruitarticle .item6 {
  height: 180px;
}

.zhao_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.zhao_bottom .img {
  width: 619px;
  height: 278px;
}

.zhao_bottom .text {
  text-align: center;
}

.zhao_bottom .text img {
  margin: 40px auto 0;
  display: block;
}

.zhao_bottom button {
  width: 410px;
  height: 40px;
  background: #3c4390;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  border: none;
  margin: 40px auto 60px;
  display: block;
}

.contact {
  width: 100%;
  background: #fff;
}

.contact .map {
  width: 373px;
  height: 276px;
  float: left;
}

.contact .right_address {
  float: left;
  margin: auto 0;
}

.contact .right_address .title {
  color: #7075ae;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.contact .right_address .info {
  color: #464646;
  margin: 10px 0;
  letter-spacing: 1px;
}

.contactUs {
  display: flex;
  margin: 40px 0;
}

.contact .line {
  float: left;
  margin: 68px 70px;
  width: 2px;
  background-color: #dbdbdb;
}

.certlist {
  width: 100%;
  background: #fff;
}

.container .row .pic_block {
  width: 315px;
  height: 490px;
  float: left;
  margin-right: 110px;
}

.container .row .pic_block:nth-child(3n) {
  margin-right: 0;
}

.container .row .pic_block .img_block {
  width: 315px;
  height: 440px;
  border: 2px solid #dbdbdb;
  padding: 10px;
}

.container .row .pic_block .pic {
  width: 294px;
  height: 414px;
}

.container .row .pic_block .pic_name {
  text-align: center;
  display: block;
  line-height: 40px;
}

.container .row .pic_block a {
  color: #292929;
}

.certlist ul {
  margin-top: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-justify-content: start;
  -webkit-justify-content: start;
  justify-content: start;
}

.certlist ul li:nth-child(3n) {
  margin-right: 0;
}

.main {
  width: 100%;
  padding-top: 45px;
}

.main .left {
  min-height: 375px;
  padding-top: 15px;
  background: #f7f7f7;
  width: 230px;
}

.main .left li {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 42px;
}

.main .left li a {
  color: #292929;
  display: block;
  padding: 0 30px;
  position: relative;
}

.main .left .active a {
  color: #fff;
}

.main .left .active,
.main .left li a:hover {
  background: #3c4390;
  position: relative;
  color: #fff;
}

.main .left .active,
.main .left li a:hover {
  color: #fff;
}

.main .left .active:before,
.main .left li a:hover:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #e9460a;
  left: 0;
  top: 0;
}

.main .right {
  width: 970px;
}

.main .right ul {
  margin-right: -20px;
}

.main .right .huanjing li {
  width: 310px;
  height: 315px;
  float: left;
  margin-right: 20px;
  margin-bottom: 45px;
}

.main .right .huanjing li .img {
  width: 100%;
  height: 247px;
}

.main .right .huanjing li .img img {
  width: 100%;
  height: 100%;
}

.main .right .huanjing li span {
  width: 100%;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  font-size: 16px;
  color: #292929;
}

.main .right .huanjing li:hover span {
  background: #3c4390;
  color: #fff;
}

.huanjin_list {
  margin-bottom: 50px;
}

.huanjin_list li {
  float: left;
  margin-left: 15px;
  width: 310px;
  margin-top: 15px;
}

.huanjin_list li .img {
  width: 100%;
  height: 245px;
}

.huanjin_list li img {
  width: 100%;
  height: 100%;
}

.huanjin_list li span {
  height: 69px;
  width: 100%;
  line-height: 69px;
  color: #292929;
  display: block;
  text-align: center;
  margin-top: 0px;
}

.huanjin_list li:hover span {
  width: 100%;
  height: 69px;
  background-color: #3c4390;
  color: #fff;
  line-height: 69px;
  display: block;
}


.main .left li {
  width: 100%;
  height: 42px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 42px;
}

.main .left li a {
  color: #292929;
  display: block;
  padding: 0 30px;
}

.main .left .active,
.main .left li a:hover {
  background: #3c4390;
  position: relative;
}

.main .left .active,
.main .left li a:hover {
  color: #fff;
}


.main .right .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.main .right .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.main .right .fangzhen {
  border-bottom: 70px solid #f7f7f7;
}

.main .right .fangzhen li {
  width: 100%;
  height: 175px;
  border-bottom: 1px solid #e6e6e6;
  padding: 38px 0
}

.main .right .fangzhen li .img {
  width: 143px;
  height: 98px;
  float: left;
}

.main .right .fangzhen li .img img {
  width: 100%;
  height: 100%;
}

.main .right .fangzhen li .text {
  width: 712px;
  float: right;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main .right .fangzhen li .text .tit {
  width: 100%;
  font-size: 20px;
  color: #3c4390;
  padding: 10px 0 25px;
}

.main .right .fangzhen li .text .p {
  font-size: 16px;
  color: #292929;
  width: 100%;
}

.main .right .fangzhen li:last-child {
  border-bottom: none;
}

.main .right .pinzhi {
  width: 100%;
  padding-top: 60px;
}

.main .right .pinzhi ul {
  padding-top: 115px;
}

.main .right .pinzhi li {
  width: 385px;
  height: 190px;
  float: left;
  margin-right: 90px;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 75px;
}

.main .right .pinzhi li:nth-child {
  margin-right: 0;
}

.main .right .pinzhi li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .right .pinzhi li a .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.main .right .pinzhi li a .tit {
  font-size: 20px;
  color: #3c4390;
  width: 100%;
  margin-bottom: 10px;
}

.main .right .pinzhi li a .p {
  font-size: 16px;
  color: #292929;
  width: 100%;
  line-height: 180%;
}

.main .right .pinzhi li:hover a {
  background: #3c4390;
  top: -40px;
  left: -40px;
}

.main .right .pinzhi li:hover a .content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background: #e9460a;
  top: 0;
  left: 0;
}

.main .right .pinzhi li:hover .tit,
.main .right .pinzhi li:hover .p {
  color: #fff;
}

.tixi {
  width: 100%;
  padding: 60px 0 80px;
  background: #f7f7f7;
}

.tixi .right {
  width: 970px;
}

.tixi .right .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.tixi .right .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.tixi .right .img {
  width: 906px;
  height: 509px;
  margin: 65px auto 0;
  position: relative;
}

.tixi .right .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.tixi .right .img .text {
  width: 590px;
  height: 350px;
  background: rgb(63, 72, 137, .8);
  position: absolute;
  top: 80px;
  left: 155px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px
}

.tixi .right .img .text p {
  margin-bottom: 45px;
}

.tixi .right .img .text p:last-child {
  margin-bottom: 0;
}

.tixi .right .img .text p i {
  font-style: normal;
  font-size: 30px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.huanwei .right {
  width: 970px;
  padding-top: 70px;
  padding-bottom: 75px;
}

.huanwei .right .title {
  font-size: 30px;
  color: #292929;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}

.huanwei .right .title:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

.huanwei .right .content img {
  width: 263px;
  height: 543px;
  float: left;
}

.huanwei .right .content .text {
  width: 642px;
  float: left;
  padding-left: 45px;
}

.huanwei .right .content .text .p {
  margin-bottom: 35px;
}

.huanwei .right .content .text .p .tit {
  font-size: 20px;
  color: #3c4390;
  margin-bottom: 5px;
}

.huanwei .right .content .text .p p {
  font-size: 16px;
  color: #292929;
  line-height: 160%;
}

.prolist {
  width: 100%;
  padding: 50px 0 65px;
}

.prolist li {
  width: 295px;
  height: 300px;
  float: left;
  margin-right: 8px;
  margin-bottom: 30px;
}

.prolist li .img {
  width: 100%;
  height: 234px;
}

.prolist li .img img {
  width: 100%;
  height: 100%;
}

.prolist li span {
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  color: #292929;
}

.prolist li:hover span {
  background: #3c4390;
  color: #fff;
}

.prolist button {
  width: 100px;
  height: 34px;
  border: 1px solid #292929;
  font-size: 14px;
  color: #292929;
  display: block;
  margin: 0 auto;
  background: none;
}

.proarticle {
  padding: 115px 0 110px;
}

.proarticle .left {
  width: 50%;
}

.proarticle .left img {
  width: 60%;
  text-align: center;
}

.proarticle .right {
  width: 50%;
}

.proarticle .right .tit {
  font-size: 30px;
  color: #292929;
  margin-bottom: 50px;
}

.proarticle .right li {
  margin-bottom: 20px;
}

.proarticle .right li .name {
  width: 230px;
  height: 30px;
  background: #e6e6e6;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}

.product {
  padding: 60px 0 110px;
}

.product .pcontent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .product .left{width: 50%;} */
/* .product .left img{width: 60%; text-align:center;} */
/* .product .right{width: 50%;} */
.product .tit {
  font-size: 30px;
  color: #292929;
  margin-bottom: 50px;
  text-align: center;
}

.product .pcontent li {
  margin-bottom: 20px;
}

.product .pcontent li .name {
  width: 230px;
  height: 30px;
  background: #e6e6e6;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
}

.jishulist {
  width: 100%;
  padding: 50px 0 75px;
}

.jishulist .tit {
  width: 505px;
  height: 70px;
  background: #e9460a;
  line-height: 70px;
  text-align: center;
  color: #fff;
  margin: 0 auto 35px;
}

.jishulist .tit a {
  color: #fff;
  display: block;
}

.jishulist li {
  width: 505px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto 5px;
  background: #e6e6e6;
}

.jishulist li a {
  color: #292929;
  font-size: 20px;
  display: block;
}

.jishulist li:hover {
  background: #3c4390;
}

.jishulist li:hover a {
  color: #fff;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }

  header {
    display: none;
  }

  .prolist ul {
    margin-right: -12px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    margin: 0 auto !important;
  }

  .about li .text {
    width: 63%;
  }

  .certlist ul {
    margin-left: -1%;
  }

  .container .row .pic_block {
    margin-right: 1%;
  }

  .main .right {
    width: 77%;
  }

  .main .right .fangzhen li .text {
    width: 76%;
  }

  .main .right .pinzhi li {
    width: 48%;
    margin-right: 2%;
  }

  .huanjin_list li {
    margin-left: 5%;
  }

  .honnorlist li {
    margin-right: 5%;
    width: 28%;
  }

  .honnorlist li img {
    width: 100%;
    height: auto;
  }

  .prolist li {
    margin-right: 2.7%;
  }

  .prolist li:nth-child(3n) {
    margin-right: 0;
  }

  .prolist ul {
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .row {
    margin: 0 auto;
  }

  .about {
    padding-top: 25px;
  }

  .new_banner {
    width: 250%;
    position: relative;
    left: 50%;
    margin-left: -125%;
  }

  .breadcrumbs {
    display: none;
  }

  .about li img {
    width: 100%;
    height: auto;
  }

  .about li .text {
    width: 100%;
    height: auto
  }

  .about li .text p {
    width: 100%;
    margin-top: 15px;
  }

  .about li .text .tit {
    margin-top: 15px;
  }

  .fzlc li .p {
    padding: 0 10px 20px;
  }

  footer ul {
    width: 100%;
  }

  /* height: 175px; */
  footer ul li {
    width: 33.33%
  }

  footer .ewm {
    width: 100%;
  }

  footer .ewm li {
    float: left;
  }

  footer .ewm li span {
    text-align: left;
  }

  .certlist ul {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container .row .pic_block {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .container .row .pic_block .img_block {
    width: 100%;
    height: auto;
  }

  .container .row .pic_block .pic {
    width: 100%;
    height: auto;
  }

  .container .row .pic_block .pic_name {
    padding: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .contactUs {
    flex-direction: column;
    align-items: center;
  }

  .contact .map {
    width: 100%;
    float: none;
  }

  .contact .line {
    display: none;
  }

  .contact .right_address {
    width: 100%;
    float: none;
    margin-top: 15px;
  }

  .main .left {
    display: none;
  }

  .main .right {
    width: 100%;
    float: none;
  }

  .main .right ul {
    margin: 0 auto;
  }

  .main .right .fangzhen li {
    height: auto;
  }

  .main .right .fangzhen li .img,
  .main .right .fangzhen li .text {
    width: 100%;
    height: auto;
    float: none;
  }

  .main .right .pinzhi ul {
    padding-top: 50px;
  }

  .main .right .pinzhi li {
    width: 100%;
    margin-bottom: 30px;
  }

  .tixi .right {
    width: 100%;
  }

  .tixi .right .img {
    width: 100%;
    height: 230px;
  }

  .tixi .right .img img {
    width: 100%;
    height: 230px;
    overflow: hidden;
  }

  .tixi .right .img .text {
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    padding-bottom: 15px;
  }

  .tixi .right .img .text p {
    margin-bottom: 10px;
  }

  .huanwei .right {
    width: 100%;
  }

  .huanwei .right .content img {
    display: none;
  }

  .huanwei .right .content .text {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0;
  }

  .huanjin_list li {
    width: 100%;
    margin-left: 0;
  }

  .huanjin_list li .img,
  .huanjin_list li img {
    width: 100%;
    height: auto;
  }

  .honnorlist ul {
    margin: 0 auto;
  }

  .honnorlist li {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .honnorlist li .img,
  .honnorlist li img {
    width: 100%;
    height: auto;
  }

  .honnorlist li span {
    width: 100%;
  }

  .newlist li a {
    flex-direction: column;
  }

  .newlist li .img {
    width: 100%;
    height: auto;
  }

  .newlist li .text {
    width: 100%;
    margin: 15px auto 0;
  }

  .newlist li .text p,
  .newlist li .text .time {
    margin-top: 10px;
  }

  .gjh .img {
    flex-direction: column;
  }

  .gjh .img .text {
    font-size: 24px;
    padding: 20px;
  }

  .shengchanjs li a {
    flex-direction: column;
  }

  .shengchanjs li:nth-child(1) {
    margin-top: 50px;
  }

  .shengchanjs li {
    margin-top: -20px;
  }

  .shengchanjs li .text {
    width: 100%;
    min-height: 400px;
    padding: 120px 20px 20px;
    left: 0;
    top: -90px;
  }

  .shengchanjs li:nth-child(2n) .icon {
    right: 0;
  }

  .fztx .content .item li {
    width: 100%;
    padding: 0 5px;
  }

  .content .img-responsive {
    width: 13%;
  }

  .fztx .item2 li {
    width: 100%;
  }

  .prolist li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .recruitlist .content {
    overflow-x: scroll;
  }

  .recruitlist .content ul {
    width: 372%;
  }

  .recruitlist .title li {
    padding: 15px 32px;
  }

  .recruitarticle form {
    overflow-x: scroll;
  }

  .recruitarticle table {
    width: 100%;
  }

  .proarticle .left {
    width: 100%;
    float: none;
  }

  .proarticle .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .product .left {
    width: 100%;
    float: none;
  }

  .product .right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  header {
    display: block;
    background: #fff !important;
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .inner-section {
    width: 100%;
    padding: 10px 0 0;
    /* margin-bottom: 100px */
  }
  .shop-search{
    display: block;
  }
  .row-search-phone {
    display: none;
    position: fixed;
    right: 100px;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    opacity: 0; /* 添加初始透明度 */
  }
  
  /* 对话框的箭头 */
  .overlay-arrow {
    position: absolute;
  }
  
  .dl-menuwrapper ul {
    background: #fff !important;
  }

  .dl-menuwrapper li a {
    color: #333 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #333;
  }

  nav {
    display: none !important;
  }

  .row-search{
    display: none !important;
  }


  .dl-menuwrapper button {
    background: url(../images/nav.png) no-repeat center !important;
    background-size: 100% 100%;
  }

  .header .logo {
    width: auto;
    height: auto;
    padding: 0 20px 0;
  }

  .dl-menuwrapper button {
    top: 10px;
    right: 20px;
  }

  .dl-menuwrapper .dl-menu {
    margin: 25px 0 0 !important;
  }

  .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/san.png) no-repeat center;
    background-size: 100% 100%;
    top: 10px;
    transform: rotate(-90deg)
  }

  .swiper-slide {
    overflow-x: hidden;
  }

  .swiper-slide img {
    width: 222%;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -100%;
    max-width: 100%;
  }

  .jishulist .tit {
    width: 100%;
  }

  .jishulist li {
    width: 100%;
  }

  .zhao_bottom .img {
    width: 100%;
    height: auto;
  }

  .zhao_bottom {
    flex-direction: column;
  }

  .zhao_bottom button {
    width: 100%;
  }

  .zhao_bottom .text img {
    padding: 0;
  }

  .zhaomulc .title02 {
    margin-bottom: 50px;
  }

  .zhaomulc .zhao {
    max-width: 150%;
    left: 50%;
    margin-left: -25%;
  }
}

@media screen and (max-width: 767px) {
  .md-content {
    transform: scale(0.4) !important;
  }

  footer .ewm li span {
    text-align: center;
  }

}

#culture {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.qiyewenhua-container {
  /* background: #CECECE; */
  padding: 20px;
}

.qiyewenhua-container-title {
  text-align: center;
  display: flex;
  justify-content: center;
}

.qiyewenhua-container-title h1 {
  position: relative;
  color: #292929;
}

.qiyewenhua-container-title h1::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background: #3c4390;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}

/* .title p {
  font-size: 12px;
  font-weight: bold;
  color: #4885B9;
} */

.qiyewenhua-container-main {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-left: 120px;
}

.qiyewenhua-container-main-left {
  padding: 40px;
}

.qiyewenhua-container-main-right {
  padding: 40px;
}

.yuanjing {
  position: relative;
  margin: 20px 0 0 0;
}

.yuanjing-p {
  margin-right: 40px;
  text-align: center;
  font-size: 12px;
  padding: 10px 53px 10px 10px;
  background: #99C43E;
  border-radius: 50px 0 0 50px;
  color: #fff;
}

.yuanjing-p-head {
  top: -5px;
  right: -15px;
  position: absolute;
  height: 63px;
  width: 100px;
  padding: 10px;
  background: #fff;
  border: 1px solid #CECECE;
  color: #99C43E;
  border-radius: 50px 50px;
  text-align: center;
  font-weight: bold;
}

.shiming {
  position: relative;
  margin: 100px 0 0 0;
}

.shiming-p {
  text-align: center;
  font-size: 12px;
  padding: 10px 53px 10px 10px;
  background: #EE9820;
  border-radius: 50px 0 0 50px;
  color: #fff;
}

.shiming-p-head {
  top: -12px;
  right: -12px;
  position: absolute;
  height: 63px;
  width: 100px;
  padding: 10px;
  background: #fff;
  border: 1px solid #CECECE;
  color: #EE9820;
  border-radius: 50px 50px;
  text-align: center;
  font-weight: bold;
}

.linian {
  position: relative;
}

.linian-p {
  text-align: center;
  font-size: 12px;
  margin-left: 45px;
  padding: 10px 10px 10px 53px;
  background: #56ADB2;
  border-radius: 0 50px 50px 0;
  color: #fff;
}

.linian-p-head {
  top: -5px;
  left: -15px;
  position: absolute;
  height: 63px;
  width: 100px;
  padding: 10px;
  background: #fff;
  border: 1px solid #CECECE;
  color: #56ADB2;
  border-radius: 50px 50px;
  text-align: center;
  font-weight: bold;
}

.jingshen {
  position: relative;
  margin: 100px 0 0 0;
}

.jingshen-p {
  text-align: center;
  font-size: 12px;
  padding: 10px 10px 10px 53px;
  background: #575EA7;
  border-radius: 0 50px 50px 0;
  color: #fff;
}

.jingshen-p-head {
  top: -12px;
  left: -12px;
  position: absolute;
  height: 63px;
  width: 130px;
  padding: 10px;
  background: #fff;
  border: 1px solid #CECECE;
  color: #575EA7;
  border-radius: 50px 50px;
  text-align: center;
  font-weight: bold;
}

.qiyewenhua-container-main-middle {
  position: relative;
  height: 300px;
  width: 300px;
  padding: 20px;
  border-radius: 50%;
}

.quarter {
  position: absolute;
  width: 50%;
  height: 50%;
}

.quarter:nth-child(1) {
  background-color: #99C43E;
  top: 0;
  left: 0;
  border-radius: 100% 0 0 0;
  border-right: 5px solid #fff;
}

.quarter:nth-child(2) {
  background-color: #56ADB2;
  top: 0;
  right: 0;
  border-radius: 0 100% 0 0;
  border-bottom: 5px solid #fff;
}

.quarter:nth-child(3) {
  background-color: #EE9820;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 100%;
  border-top: 5px solid #fff;
}

.quarter:nth-child(4) {
  background-color: #575EA7;
  bottom: 0;
  right: 0;
  border-radius: 0 0 100% 0;
  border-left: 5px solid #fff;
}

.qiyewenhua-container-main-middle>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 200px;
  width: 200px;
  border-radius: 100%;
  z-index: 99999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.qiyewenhua-footer {
  display: flex;
  justify-content: space-between;

}

.qiyewenhua-footer h3 {
  text-align: center;
  /* margin-bottom: 15px; */
}

.qiyewenhua-footer div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #575EA7;
  color: #fff;
  margin: 40px;
  width: 200px;
  padding: 20px;
  line-height: 2;
  font-size: 14px;
}

.language-switcher {
  margin-left: 20px;
  min-width: 200px;
}

/* 语言切换选项样式 */
.lang-option {
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  /* 或者使用padding */
  color: #333;
}

.lang-option.active {
  color: #007bff;
  /* 或者使用其他高亮颜色 */
  font-weight: bold;
}

/* 移除最后一个选项后面的竖线 */
.lang-option:last-child::after {
  content: "";
}

/* 移除所有选项前的默认内容 */
.lang-option::before {
  content: "";
}

.tooltip-text-sm {
  width: 255px;
  /* 调整宽度 */
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}

/* 添加尖角 */
.tooltip-text-sm::before {
  content: "";
  position: absolute;
  bottom: 100%;
  /* 尖角从下方指向触发元素 */
  left: 50%;
  /* 尖角居中 */
  margin-left: -5px;
  /* 调整水平位置 */
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  /* 上左右下 */
}